runtime.heapStatsDelta.smallFreeCount (field)
8 uses
runtime (current package)
metrics.go#L253: for i, count := range in.heapStats.smallFreeCount[1:] {
metrics.go#L607: nf := a.smallFreeCount[i]
mgcsweep.go#L745: atomic.Xadd64(&stats.smallFreeCount[spc.sizeclass()], int64(nfreed))
mstats.go#L416: f := consStats.smallFreeCount[i]
mstats.go#L679: smallFreeCount [_NumSizeClasses]uint64 // number of frees for small objects (<=maxSmallSize)
mstats.go#L703: for i := range b.smallFreeCount {
mstats.go#L704: a.smallFreeCount[i] += b.smallFreeCount[i]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |